This is a copy of OpenJDK 8u242 backported to NT 4.0 SP6.

This will rely on a few things.

1: Get the Microsoft PSAPI redistributable and install it to system32. (http://web.archive.org/web/20060320003847if_/http://download.microsoft.com/download/platformsdk/Redist/4.0.1371.1/NT4/EN-US/psinst.EXE)
	NOTE: Do not point the installer directly to system32 as it extracts to an "x86" folder, instead make sure to copy the file manually.

2: If your CPU supports SSE instructions you will either need to
	A: Pass -XX:UseSSE=0 to Java when running it (disables SSE)
	B: Enable SSE support using a modified SSE driver by roytam1. (http://web.archive.org/web/20140724142733if_/http://roy.dnsd.me/nt4sse.zip)
	
After this, You should be able to run this modified OpenJDK 8 on NT 4.0 SP6.

Fair warning, If you are using this to run Minecraft 1.12.2 and below will run out of the box. 1.13 and above need custom LWJGL native DLLs to start.
If there are any bugs in this JDK, Please report them to me on Discord (https://discord.gg/5UMfFXDhC7) or at windvd@win-games.uk